xen/arm: mark handle_linux_pci_domain() __init
authorStewart Hildebrand <stewart.hildebrand@amd.com>
Fri, 14 Oct 2022 20:09:26 +0000 (16:09 -0400)
committerJulien Grall <jgrall@amazon.com>
Fri, 21 Oct 2022 10:09:59 +0000 (11:09 +0100)
commite0347046445a2c6245f6a04093e7e831100611a1
treeef039ce5a00ea8b63e3f78b7981dde891dad0aa5
parentf838b956779ff8a0b94636462f3c6d95c3adeb73
xen/arm: mark handle_linux_pci_domain() __init

All functions in domain_build.c should be marked __init. This was
spotted when building the hypervisor with -Og.

Fixes: 1050a7b91c2e ("xen/arm: add pci-domain for disabled devices")
Signed-off-by: Stewart Hildebrand <stewart.hildebrand@amd.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
xen/arch/arm/domain_build.c